From: Greg Kroah-Hartman Date: Tue, 5 Oct 2010 16:58:02 +0000 (-0700) Subject: Staging: brcm80211: typedefs.h: remove NULL definition X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~16303^2~3^2~385 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=42e5386d1c363be058ea4186351bef721539b592;p=linux-4.9.git Staging: brcm80211: typedefs.h: remove NULL definition No need for a driver to define NULL, the core kernel handles that. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h index 10cb839083c7..6e43f8872779 100644 --- a/drivers/staging/brcm80211/include/typedefs.h +++ b/drivers/staging/brcm80211/include/typedefs.h @@ -96,10 +96,6 @@ typedef signed int int32; #define TRUE 1 /* TRUE */ #endif -#ifndef NULL -#define NULL 0 -#endif - #ifndef OFF #define OFF 0 #endif